home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4419 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  879 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: leifdude@aol.com (LeifDude)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Q:ANSI 16 colors & blinking - possible?
  5. Date: 28 Feb 1996 17:53:36 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4h2mdg$4e1@newsbf02.news.aol.com>
  9. References: <4ga4ap$6ss@tron.sci.fi>
  10. Reply-To: leifdude@aol.com (LeifDude)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. Yes it is possible. However you will more than likely have to write your
  14. own ANSI parser. 
  15.  
  16. BOLD OFF: Colors 0-7 
  17. BOLD ON: Colors 8-15
  18. BLINK ON-BOLD OFF: Colors 16-23
  19. BLINK ON-BOLD ON: Colors 24-31
  20.  
  21. Colors 16-31: Values must be changed via timer from Normal colors to NULL.
  22.  
  23. As you can see this takes up a lot of graphics memory for the screen
  24. needed. It also slows down the rendering.
  25.  
  26. But yes it is possible.
  27.  
  28. LeifDude@aol.com
  29.